ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / GetData Method / GetData<T>(Asynchronous,T) Method
The asynchronous data provider.
The data retrieved from the GPU.

In This Topic
    GetData<T>(Asynchronous,T) Method
    In This Topic
    Gets data from the GPU asynchronously.
    Syntax
    'Declaration
     
    Public Overloads Function GetData(Of T As {New, Struct})( _
       ByVal data As Asynchronous, _
       ByRef result As T _
    ) As System.Boolean
    public System.bool GetData<T>( 
       Asynchronous data,
       out T result
    )
    where T: new(), struct

    Parameters

    data
    The asynchronous data provider.
    result
    The data retrieved from the GPU.

    Type Parameters

    T

    Return Value

    True if result contains valid data, false otherwise.
    See Also